Audio to Markers
Audio to Markers
Example AEJuice Toolbar and kBar parameters with default values:
{"lag":5,"threshold":2,"influence":0.3}
Learn more
lag (number). Values: -99999 and 99999. Supports float numbers like 0.5, 3.5, 7.2, etc.
threshold (number). Values: -99999 and 99999. Supports float numbers like 0.5, 3.5, 7.2, etc.
influence (number). Values: -99999 and 99999. Supports float numbers like 0.5, 3.5, 7.2, etc.
Add "ui":true parameter to open script's interface instead of running it directly.
If it's a single parameter add the following {"ui":true}. If it's not a single parameter, it can look like this {"lag":5,"threshold":2,"influence":0.3,"ui":true}.